Skip to content

Commit f524ccc

Browse files
authored
Merge pull request #7 from Neotron-Compute/use-new-common-crate
Use new common BIOS
2 parents f6c9306 + 235ae6c commit f524ccc

File tree

3 files changed

+309
-110
lines changed

3 files changed

+309
-110
lines changed

Cargo.lock

Lines changed: 200 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)