This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
NGnius
/
libfj
mirror of
https://github.com/NGnius/libfj
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Add version info to build
master
NGnius (Graham)
1 year ago
parent
f024193b43
commit
5fb6ae501c
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Cargo.toml
+2
-0
src/lib.rs
+ 1
- 1
Cargo.toml
View File
@@ -1,6 +1,6 @@
[package]
name = "libfj"
version = "0.7.
3
"
version = "0.7.
4
"
authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
edition = "2018"
description = "An unofficial collection of APIs used in FreeJam games and mods"
+ 2
- 0
src/lib.rs
View File
@@ -15,3 +15,5 @@ pub mod techblox;
pub mod convert;
#[cfg(feature = "robocraft2")]
pub mod robocraft2;
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
Write
Preview
Loading…
Cancel
Save