mirror of
https://github.com/lifegpc/libtlg-rs.git
synced 2026-06-08 14:59:19 +08:00
Add missing features tag
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -164,7 +164,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libtlg-rs"
|
||||
version = "0.2.0"
|
||||
version = "0.2.0+1"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"overf",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libtlg-rs"
|
||||
version = "0.2.0"
|
||||
version = "0.2.0+1"
|
||||
description = "Rust version of libtlg"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//! A Rust library for processing TLG files.
|
||||
#![feature(doc_cfg)]
|
||||
mod load_tlg;
|
||||
#[cfg(feature = "encode")]
|
||||
mod save_tlg;
|
||||
|
||||
Reference in New Issue
Block a user