diff --git a/.sampo/changesets/dashing-stormcaller-loviatar.md b/.sampo/changesets/dashing-stormcaller-loviatar.md deleted file mode 100644 index ab1b298..0000000 --- a/.sampo/changesets/dashing-stormcaller-loviatar.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -cargo/godot-spacemouse: minor -cargo/spacemouse: minor ---- - -Initial release. diff --git a/Cargo.lock b/Cargo.lock index 0309ad2..a0381bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ [[package]] name = "godot-spacemouse" -version = "0.0.0" +version = "0.1.0" dependencies = [ "godot", "spacemouse", @@ -453,9 +453,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.183" +version = "0.2.184" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" +checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" [[package]] name = "libudev-sys" @@ -697,7 +697,7 @@ checksum = "ef784004ca8777809dcdad6ac37629f0a97caee4c685fcea805278d81dd8b857" [[package]] name = "spacemouse" -version = "0.0.0" +version = "0.1.0" dependencies = [ "binrw", "facet", diff --git a/godot/CHANGELOG.md b/godot/CHANGELOG.md new file mode 100644 index 0000000..9db6f8d --- /dev/null +++ b/godot/CHANGELOG.md @@ -0,0 +1,12 @@ +# godot-spacemouse + +## 0.1.0 — 2026-04-01 + +### Minor changes + +- [0389978](https://github.com/beeequeue/spacemouse-rs/commit/038997878a5f322550f1bc9b8ebd0891b6ab10b0) Initial release. — Thanks @beeequeue! + +### Patch changes + +- Updated dependencies: spacemouse@0.1.0 + diff --git a/godot/Cargo.toml b/godot/Cargo.toml index dd54f6b..0f4ce50 100644 --- a/godot/Cargo.toml +++ b/godot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godot-spacemouse" -version = "0.0.0" +version = "0.1.0" edition = "2024" [lib] @@ -8,4 +8,4 @@ crate-type = ["cdylib"] # Compile this crate to a dynamic C library. [dependencies] godot = { version = "^0.5.0" } -spacemouse = { path = "../lib", features = ["godot"] } +spacemouse = { path = "../lib", features = ["godot"] , version = "0.1.0" } diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md new file mode 100644 index 0000000..95cd01c --- /dev/null +++ b/lib/CHANGELOG.md @@ -0,0 +1,8 @@ +# spacemouse + +## 0.1.0 — 2026-04-01 + +### Minor changes + +- [0389978](https://github.com/beeequeue/spacemouse-rs/commit/038997878a5f322550f1bc9b8ebd0891b6ab10b0) Initial release. — Thanks @beeequeue! + diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 4813605..e3e8be0 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spacemouse" -version = "0.0.0" +version = "0.1.0" edition = "2024" [features] diff --git a/libgodot_spacemouse.so b/libgodot_spacemouse.so new file mode 100644 index 0000000..e0007fa Binary files /dev/null and b/libgodot_spacemouse.so differ