-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level color API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
@@ -32,7 +33,7 @@ bindings-documentation = ["sys/bindings-documentation"] | |
|
||
|
||
[dependencies.sys] | ||
path = "../sys" | ||
version = "0.1" | ||
path = "../sys" | ||
package = "playdate-sys" | ||
default-features = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level controls API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level file-system API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level graphics API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level system menu API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ version = "0.1.0" | |
edition = "2021" | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "High-level sound API built on-top of Playdate API" | ||
homepage = "https://github.com/boozook/playdate" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ build = "src/build.rs" | |
include = ["gen/*.rs"] | ||
|
||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Alex Koz <[email protected]>"] | ||
description = "Low-level Playdate API bindings" | ||
keywords = ["playdate", "bindings", "ffi", "gamedev"] | ||
|