it's like minifb but at home
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
240 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"