bevy_tileset icon indicating copy to clipboard operation
bevy_tileset copied to clipboard

bevy_tileset_core needs local dependency which is not in repo

Open YegorStolyarov opened this issue 1 year ago • 0 comments

In bevy_tileset_core/Cargo.toml I have to replace bevy_tile_atlas = { path = "../../bevy_tile_atlas", version = "0.7" } with bevy_tile_atlas = "0.7.0" to fix cargo issue and run examples. Consider using cates.io dependency.

YegorStolyarov avatar Aug 11 '23 12:08 YegorStolyarov