mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
May as well call this version 0.1
This commit is contained in:
parent
d74c876238
commit
503b7262ca
4
agb-entry/Cargo.lock
generated
4
agb-entry/Cargo.lock
generated
|
@ -3,8 +3,8 @@
|
|||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "agb-entrypoint"
|
||||
version = "0.6.0"
|
||||
name = "agb_entry"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "agb_entry"
|
||||
version = "0.6.0"
|
||||
version = "0.1.0"
|
||||
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
|
|
2
agb/Cargo.lock
generated
2
agb/Cargo.lock
generated
|
@ -19,7 +19,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "agb_entry"
|
||||
version = "0.6.0"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -20,7 +20,7 @@ debug = true
|
|||
[dependencies]
|
||||
bitflags = "1.2"
|
||||
agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" }
|
||||
agb_entry = { version = "0.6.0", path = "../agb-entry" }
|
||||
agb_entry = { version = "0.1.0", path = "../agb-entry" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "thumbv6m-none-eabi"
|
||||
|
|
Loading…
Reference in a new issue