-
-
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.
- Updated from FxPlug v4.2.9 to FxPlug v4.3. - Updated to latest Gyroflow Core. - Need to confirm Rust changes before releasing.
- Loading branch information
1 parent
6e37578
commit 5b5e3b5
Showing
3 changed files
with
19 additions
and
19 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,4 +1,4 @@ | ||
HARDCODED_DEVELOPER_ID=Developer ID Application: LateNite Films Pty Ltd | ||
HARDCODED_COPYRIGHT=Copyright © LateNite Films Pty Ltd 2022-2023. All Rights Reserved. | ||
HARDCODED_VERSION=1.1.4 | ||
HARDCODED_BUILD=18 // Preparing for v1.1.4 (Build 18) | ||
HARDCODED_COPYRIGHT=Copyright © LateNite Films Pty Ltd 2022-2024. All Rights Reserved. | ||
HARDCODED_VERSION=1.1.5 | ||
HARDCODED_BUILD=19 // Preparing for v1.1.5 (Build 19) |
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.4" | ||
version = "1.1.5" | ||
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 = "2b3332d", features = ["bundle-lens-profiles"] } | ||
gyroflow-core = { git = "https://github.com/gyroflow/gyroflow.git", default-features = false, rev = "cfe0714", features = ["bundle-lens-profiles"] } | ||
log = "0.4.17" | ||
oslog = "0.2.0" | ||
lazy_static = "1.4.0" | ||
lru = "0.12" | ||
nalgebra = { version = "0.32", features = ["serde-serialize"] } | ||
once_cell = "1.16.0" | ||
metal = { version = "0.27" } | ||
metal = { version = "0.28" } | ||
block2 = "0.2.0" | ||
simplelog = { git = "https://github.com/Drakulix/simplelog.rs.git", rev = "4ef071d" } | ||
log-panics = { version = "2.1", features = ["with-backtrace"]} | ||
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