Browse Source

Add version info to build

master
NGnius (Graham) 5 months ago
parent
commit
5fb6ae501c
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      Cargo.toml
  2. +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");

Loading…
Cancel
Save