Skip to content

Commit

Permalink
update sdk versions in sys crate
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Feb 10, 2024
1 parent 42f7800 commit f6fe4f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Follow the instructions for:

* __Minimal__ supported versions of Playdate SDK is `2.1.0` but with earlier versions all should work probably.

* __Latest__ version of SDK is `2.2.0`, all tested and works correctly.
* __Latest__ version of SDK is `2.3.1`, all tested and works correctly.



Expand Down
2 changes: 1 addition & 1 deletion api/sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "playdate-sys"
version = "0.2.17"
version = "0.2.18"
build = "src/build.rs"
readme = "README.md"
description = "Low-level Playdate API bindings"
Expand Down
2 changes: 1 addition & 1 deletion api/sys/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use bindgen_cfg::*;


/// Existing pre-built bindings used for "no-sdk" environment like docs.rs.
const SDK_VER_EXISTING: &str = "2.2.0";
const SDK_VER_EXISTING: &str = "2.3.1";
const BINDINGS_PATH_ENV: &str = "PD_BINDINGS_PATH"; // used in source - include-path.
const BINDINGS_NAME_ENV: &str = "PD_BINDINGS_FILENAME";
const BINDINGS_VER_ENV: &str = "PD_SDK_VERSION"; // used in source - doc for ffi mod.
Expand Down

0 comments on commit f6fe4f3

Please sign in to comment.