mirror of
https://github.com/lifegpc/libtlg-rs.git
synced 2026-07-08 01:33:22 +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]]
|
[[package]]
|
||||||
name = "libtlg-rs"
|
name = "libtlg-rs"
|
||||||
version = "0.2.0"
|
version = "0.2.0+1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"overf",
|
"overf",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libtlg-rs"
|
name = "libtlg-rs"
|
||||||
version = "0.2.0"
|
version = "0.2.0+1"
|
||||||
description = "Rust version of libtlg"
|
description = "Rust version of libtlg"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
//! A Rust library for processing TLG files.
|
//! A Rust library for processing TLG files.
|
||||||
|
#![feature(doc_cfg)]
|
||||||
mod load_tlg;
|
mod load_tlg;
|
||||||
#[cfg(feature = "encode")]
|
#[cfg(feature = "encode")]
|
||||||
mod save_tlg;
|
mod save_tlg;
|
||||||
|
|||||||
Reference in New Issue
Block a user