From 0b26d46757f1ec5b294f1cac73033b4333dcfca0 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Sun, 10 Sep 2023 20:46:14 +0400 Subject: [PATCH] fix readme, add missed link --- api/sys/Cargo.toml | 2 +- api/sys/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/sys/Cargo.toml b/api/sys/Cargo.toml index 9a0a0d30..3e9df685 100644 --- a/api/sys/Cargo.toml +++ b/api/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "playdate-sys" -version = "0.1.0" +version = "0.1.1" edition = "2021" build = "src/build.rs" include = ["gen/*.rs"] diff --git a/api/sys/README.md b/api/sys/README.md index 0428330a..c0f977d9 100644 --- a/api/sys/README.md +++ b/api/sys/README.md @@ -150,7 +150,7 @@ arm-none-eabi-gcc ./target/thumbv7em-none-eabihf/release/libexample.a \ - - - -See examples (__🚨 TODO: LINK HERE__). +See [examples](https://github.com/boozook/playdate/tree/main/api/sys/examples). ### Configure profile