From 2f4262c1273108abfcce00e897c520f5a7f4be41 Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 17 Nov 2017 15:00:24 -0500 Subject: rearrange the proj --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 6712025..fc94bbf 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ RuNES ===== -As we know, there have been a ton of NES emulators implementation in various +As we know, there have been a ton of NES emulator implementations in various kinds of languages (mostly C). All of these emulators come with different accuracy and portability. RuNES is an attempt to build a reasonably accurate (instruction level accurate), light-weight and efficient emulation @@ -38,4 +38,5 @@ Build :: - cargo build --release + cargo build --release # build the library only (no std dep) + cargo build --examples --release # or build the example emulator (requires std) -- cgit v1.2.3