Typo fix
This commit is contained in:
parent
af8e66fa66
commit
9c7d850298
@ -3,7 +3,7 @@ name = "skyrim-cell-dump"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tyler Hallada <tyler@hallada.net>"]
|
authors = ["Tyler Hallada <tyler@hallada.net>"]
|
||||||
description = "Library and binary for parsing Skyrim plugin files and extracing CELL data"
|
description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"
|
||||||
repository = "https://github.com/thallada/skyrim-cell-dump"
|
repository = "https://github.com/thallada/skyrim-cell-dump"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# skyrim-cell-dump
|
# skyrim-cell-dump
|
||||||
|
|
||||||
Library and binary for parsing Skyrim plugin files and extracing CELL data.
|
Library and binary for parsing Skyrim plugin files and extracting CELL data.
|
||||||
|
|
||||||
The main objective of this library is to extract the form ID and X and Y coordinates of every exterior cell a plugin edits as fast as possible, ignoring the rest of the plugin.
|
The main objective of this library is to extract the form ID and X and Y coordinates of every exterior cell a plugin edits as fast as possible, ignoring the rest of the plugin.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
//! # Skyrim Cell Dump
|
//! # Skyrim Cell Dump
|
||||||
//!
|
//!
|
||||||
//! `skyrim-cell-dump` is a library for parsing Skyrim plugin files and extracing CELL data into Rust structs.
|
//! `skyrim-cell-dump` is a library for parsing Skyrim plugin files and extracting CELL data into Rust structs.
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user