Skip to content

Commit 8676bb6

Browse files
committed
Use new common BIOS
1 parent f6c9306 commit 8676bb6

2 files changed

Lines changed: 101 additions & 102 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
[package]
2-
name = "neotron-desktop-bios"
3-
version = "0.1.0"
4-
edition = "2021"
52
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
6-
readme = "README.md"
3+
edition = "2021"
74
license-file = "LICENSE"
5+
name = "neotron-desktop-bios"
6+
readme = "README.md"
7+
version = "0.1.0"
88

99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
neotron-common-bios = "0.8"
13-
libloading = "0.7"
14-
pix-engine = "0.7"
12+
clap = {version = "4.2", features = ["derive"]}
1513
env_logger = "0.9"
14+
libloading = "0.7"
1615
log = "0.4"
17-
clap = { version="4.2", features=["derive"] }
18-
16+
neotron-common-bios = "0.10"
17+
pix-engine = "0.7"

0 commit comments

Comments
 (0)