squirrel-labs / ratatosk

Rask is a platformer game built with WASM and Rust
https://rask.rocks
MIT License
15 stars 1 forks source link

Rename crates #15

Closed TrueDoctor closed 4 years ago

TrueDoctor commented 5 years ago

Rename crates to for example replace webhogg with ratatosk/rask

Ma27 commented 5 years ago

While we're at this, we should also incorporate a consistent naming schema (e.g. dashes vs. underscores, {rask,ratatosk}_ as prefix?, etc.)

konsumlamm commented 5 years ago

Regarding dashes vs underscores, the convention seems to be to use hyphens for separating words in crate names, so i think we should stick to that.

konsumlamm commented 5 years ago

Committed refactor. Build failing, apparently because the names have to be updated in the CI build script.

TrueDoctor commented 4 years ago

renaming done reopen if it should come up again