it's like minifb but at home
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12 linhas
257 B

  1. [package]
  2. name = "offbrand"
  3. description = "we have brand at home"
  4. version = "0.1.0"
  5. authors = ["Isabelle L. <me@izzabelle.dev>"]
  6. edition = "2018"
  7. [dependencies]
  8. minifb = {git = "https://github.com/emoon/rust_minifb" }
  9. thiserror = "1.0.19"
  10. image = "0.23.5"