-
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.
Follow Semantic Versioning and provide APIs for other mods to get ver…
…sion of GR
- Loading branch information
Showing
3 changed files
with
106 additions
and
45 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 |
---|---|---|
|
@@ -3,7 +3,9 @@ cargo-features = ["profile-rustflags"] | |
name = "giuroll" | ||
authors = ["Giufin (2023~2024)", "Hagb (Junyu Guo) <[email protected]> (2024)"] | ||
license = "MIT" | ||
version = "0.6.18-0-alpha1-hagb" | ||
# Increase DLL_REVISION in build.rs when pre-release version is bumped or removed with fixed major.minor.patch version, and | ||
# reset DLL_REVISION when major.minor.patch version is bumped. | ||
version = "0.6.18-alpha.2" | ||
edition = "2021" | ||
build = "build.rs" | ||
description = "A network rollback mod for 東方非想天則 / Touhou 12.3 Hisoutensoku, with also support for replay rewind and takeover" | ||
|
@@ -39,6 +41,7 @@ features = [ | |
ilhook = { path = "ilhookmod" } | ||
mininip = { path = "mininip" } #"1.3.1" | ||
winapi = { version = "0.3.9", features = ["d3d9"] } | ||
version-compare = { version = "0.2.0" } | ||
|
||
fern = { version = "0.6.2", optional = true } | ||
humantime = { version = "2.1.0", optional = true } | ||
|
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
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