-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update deps/version/CHANGELOG for rust library v1.1.2
- Loading branch information
Showing
3 changed files
with
15 additions
and
8 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 = "intiface_engine_flutter_bridge" | ||
version = "1.1.1" | ||
version = "1.1.2" | ||
authors = ["Nonpolynomial Labs, LLC <[email protected]>"] | ||
description = "Rust-Flutter bridge for IntifaceEngine" | ||
license = "BSD-3-Clause" | ||
|
@@ -10,11 +10,11 @@ edition = "2021" | |
exclude = [".vscode/**"] | ||
|
||
[dependencies] | ||
intiface-engine = "3.0.1" | ||
intiface-engine = "3.0.2" | ||
# intiface-engine = { path = "../../intiface-engine" } | ||
# THIS MUST ALWAYS MATCH THE VERSION USED BY INTIFACE ENGINE | ||
# buttplug = { path = "../../buttplug/buttplug" } | ||
buttplug = "9.0.0" | ||
buttplug = "9.0.1" | ||
flutter_rust_bridge = "1.82.6" | ||
log = "0.4.22" | ||
lazy_static = "1.5.0" | ||
|