Skip to content
Snippets Groups Projects
Verified Commit eaf54898 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: exclusion of files from `Cargo.toml`

parent 96c2e60e
No related branches found
No related tags found
No related merge requests found
Pipeline #1715 passed
...@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
* * Exclusion of files from `Cargo.toml`
## [0.6.0] - 2022-11-19 ## [0.6.0] - 2022-11-19
......
...@@ -7,6 +7,7 @@ license = "Apache-2.0" ...@@ -7,6 +7,7 @@ license = "Apache-2.0"
repository = "https://github.com/joamag/boytacean" repository = "https://github.com/joamag/boytacean"
keywords = ["gameboy", "emulator", "rust"] keywords = ["gameboy", "emulator", "rust"]
edition = "2018" edition = "2018"
exclude = ["/res/roms", "/res/screens", "/res/videos"]
[lib] [lib]
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment