Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 344beb8

Browse files
committed
Use SDK 0.2
1 parent cfecad6 commit 344beb8

File tree

8 files changed

+38
-147
lines changed

8 files changed

+38
-147
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
resolver = "2"
33
members = [ "snake", "flames" , "neoplay" ]
44

5+
[workspace.dependencies]
6+
neotron-sdk = "0.2"
7+
58
[profile.release]
69
opt-level = "s"
710
lto = true

flames/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
77
description = "ANSI Flames for Neotron systems"
88

99
[dependencies]
10-
neotron-sdk = { git = "https://github.com/neotron-compute/neotron-sdk.git" }
10+
neotron-sdk = { workspace = true }
1111

1212
# See workspace for profile settings

flames/build.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

neoplay/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
77
description = "4-channel ProTracker player for Neotro"
88

99
[dependencies]
10+
grounded = { version = "0.2.0", features = ["critical-section", "cas"] }
1011
neotracker = { git = "https://github.com/thejpster/neotracker.git", rev = "2ee7a85006a9461b876bdf47e45b6105437a38f6" }
11-
neotron-sdk = { git = "https://github.com/neotron-compute/neotron-sdk.git", rev = "9a9486e85e759fe1af263190b9f4390e4307a2de", features = ["fancy-panic"] }
12+
neotron-sdk = { workspace = true }
1213

1314
# See workspace for profile settings

neotron-cortex-m.ld

Lines changed: 0 additions & 87 deletions
This file was deleted.

snake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
77
description = "ANSI Snake for Neotron systems"
88

99
[dependencies]
10-
neotron-sdk = { git = "https://github.com/neotron-compute/neotron-sdk.git" }
10+
neotron-sdk = { workspace = true }
1111

1212
# See workspace for profile settings

snake/build.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)