diff --git a/frontends/libretro/Cargo.toml b/frontends/libretro/Cargo.toml index 9002437605e7359a291c47de14047d6f60718145..1b7e1327b5d7fb1cecbcb8efe7b1c57f87d666b9 100644 --- a/frontends/libretro/Cargo.toml +++ b/frontends/libretro/Cargo.toml @@ -6,6 +6,7 @@ description = "A Lib Retro frontend for Boytacen" license = "Apache-2.0" keywords = ["gameboy", "emulator", "rust", "libretro"] edition = "2018" +readme = "README.md" [lib] crate-type = ["cdylib"] diff --git a/frontends/libretro/README.md b/frontends/libretro/README.md new file mode 100644 index 0000000000000000000000000000000000000000..bcf317a0c4ce17790b257d504d0379c7f1cc0414 --- /dev/null +++ b/frontends/libretro/README.md @@ -0,0 +1,7 @@ +# Boytacean Libretro + +## Build + +```bash +cargo build +```