Add version info to build
This commit is contained in:
parent
f024193b43
commit
5fb6ae501c
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libfj"
|
name = "libfj"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
|
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "An unofficial collection of APIs used in FreeJam games and mods"
|
description = "An unofficial collection of APIs used in FreeJam games and mods"
|
||||||
|
|
|
@ -15,3 +15,5 @@ pub mod techblox;
|
||||||
pub mod convert;
|
pub mod convert;
|
||||||
#[cfg(feature = "robocraft2")]
|
#[cfg(feature = "robocraft2")]
|
||||||
pub mod robocraft2;
|
pub mod robocraft2;
|
||||||
|
|
||||||
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
Loading…
Add table
Reference in a new issue