[package] name = "tato_pipe" version = "0.1.3" edition = "2021" description = "Converts PNG files to binary data for the Tato game engine" license = "MIT" repository = "https://github.com/DoctorWhoof/tato_pipe" readme = "readme.md" [dependencies] # tato = { path = "../tato" } #{ version = "0.1.1", features=["std"] } tato = { version = "0.1.4", features = ["std"] } image = "0.25.0" [build-dependencies] tato = { version = "0.1.4", features = ["std"] } # tato = { path = "../tato", features = ["std"] }