-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "agb_fixnum" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance" | ||
repository = "https://github.com/agbrs/agb" | ||
|
||
[dependencies] | ||
agb_macros = { version = "0.18.1", path = "../agb-macros" } | ||
agb_macros = { version = "0.19.0", path = "../agb-macros" } | ||
num = { version = "0.4", default-features = false } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "agb-gbafix" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
edition = "2021" | ||
authors = ["Gwilym Inzani <[email protected]>"] | ||
license = "MPL-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "agb_image_converter" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
authors = ["Gwilym Inzani <[email protected]>"] | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "agb_macros" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
authors = ["Gwilym Inzani <[email protected]>"] | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "agb_sound_converter" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
authors = ["Gwilym Inzani <[email protected]>"] | ||
edition = "2021" | ||
license = "MPL-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "agb" | ||
version = "0.18.1" | ||
version = "0.19.0" | ||
authors = ["Corwin Kuiper <[email protected]>", "Gwilym Inzani <[email protected]>"] | ||
edition = "2021" | ||
description = "Library for Game Boy Advance Development" | ||
|
@@ -14,11 +14,11 @@ multiboot = [] | |
|
||
[dependencies] | ||
bitflags = "2" | ||
agb_image_converter = { version = "0.18.1", path = "../agb-image-converter" } | ||
agb_sound_converter = { version = "0.18.1", path = "../agb-sound-converter" } | ||
agb_macros = { version = "0.18.1", path = "../agb-macros" } | ||
agb_fixnum = { version = "0.18.1", path = "../agb-fixnum" } | ||
agb_hashmap = { version = "0.18.1", path = "../agb-hashmap" } | ||
agb_image_converter = { version = "0.19.0", path = "../agb-image-converter" } | ||
agb_sound_converter = { version = "0.19.0", path = "../agb-sound-converter" } | ||
agb_macros = { version = "0.19.0", path = "../agb-macros" } | ||
agb_fixnum = { version = "0.19.0", path = "../agb-fixnum" } | ||
agb_hashmap = { version = "0.19.0", path = "../agb-hashmap" } | ||
bare-metal = "1" | ||
bilge = "0.2" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Gwilym Inzani <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
agb = { version = "0.18.1", path = "../../../agb" } | ||
agb = { version = "0.19.0", path = "../../../agb" } | ||
|
||
[profile.dev] | ||
opt-level = 3 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.