diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-04 01:15:45 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-04 01:15:45 +1000 |
commit | c71e165e7afe563b7a65d6b994314bb403df5f04 (patch) | |
tree | 2544e0f3cda8cc21e1343fa85ad199d5f93aa695 /bindgen/rust/Cargo.toml | |
parent | 3d00c80b6b5b54da5c1ccdad9f05534a48bca39f (diff) |
more rust binding incremental changes
Diffstat (limited to 'bindgen/rust/Cargo.toml')
-rw-r--r-- | bindgen/rust/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen/rust/Cargo.toml b/bindgen/rust/Cargo.toml index e6656ca..001a815 100644 --- a/bindgen/rust/Cargo.toml +++ b/bindgen/rust/Cargo.toml @@ -13,3 +13,4 @@ egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b43 gl = "0.14.0" thiserror = "1.0.63" bitflags = "2.6.0" +heapless = "0.8.0" |