-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ef88cef
commit 2be056d
Showing
2 changed files
with
23 additions
and
15 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gyroflow-toolbox" | ||
version = "1.1.5" | ||
version = "1.2.0" | ||
authors = ["Chris Hocking <[email protected]>", "Adrian <[email protected]>"] | ||
edition = "2021" | ||
description = "Connects the Gyroflow Toolbox FxPlug4 API to the Gyroflow Core Rust Engine" | ||
|
@@ -13,14 +13,14 @@ argh = "*" | |
serde = "1.0" | ||
serde_json = "1.0" | ||
libc = "0.2" | ||
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "cfe0714", features = ["bundle-lens-profiles"] } | ||
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "868320b", features = ["bundle-lens-profiles"] } | ||
log = "0.4.17" | ||
oslog = "0.2.0" | ||
lazy_static = "1.4.0" | ||
lazy_static = "1.5.0" | ||
lru = "0.12" | ||
nalgebra = { version = "0.32", features = ["serde-serialize"] } | ||
once_cell = "1.16.0" | ||
metal = { version = "0.28" } | ||
metal = { version = "0.29" } | ||
block2 = "0.2.0" | ||
simplelog = { git = "https://github.com/Drakulix/simplelog.rs.git", rev = "4ef071d" } | ||
log-panics = { version = "2.1", features = ["with-backtrace"]} |
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