Remove nightly feature; update README.md

This commit is contained in:
Luke Street
2023-02-13 00:13:40 -05:00
parent aba82ce96f
commit 657fc7feda
3 changed files with 16 additions and 3 deletions
+15
View File
@@ -41,3 +41,18 @@ Replaces the video within the given `FMV0` file.
```shell
$ retrotool fmv0 replace [inout_fmv0] [in_mp4]
```
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
+1 -1
View File
@@ -80,7 +80,7 @@ fn extract(args: ExtractArgs) -> Result<()> {
asset.kind,
name,
asset.data.len(),
asset.data.is_owned(),
asset.info.compression_mode != 0,
asset.meta.as_ref().map(|m| m.len()).unwrap_or_default()
);
let file_name = asset
-2
View File
@@ -1,5 +1,3 @@
#![feature(cow_is_borrowed)]
mod argh_version;
mod cmd;
mod format;