0.1.1 (beta) release of LogicRs
0.1.1
hotfix (beta) release of LogicRs.
Changelog
- fix issues with
XNOR
andNAND
modules - fix #22
- new
serde
version - increase version number to
0.1.1
Usage
Linux
- Download
logicrs-linux-x86_64.AppImage
- Make the downloaded file executable using the gui or following command:
$ chmod +x ./logicrs-linux-x64_64.AppImage
- Execute the file either by double-clicking it in a file explorer or running it via the command line.
Note
The.AppImage
version of logicrs currently isn't fully standalone. Be sure to have thelibadwaita
package installed
Windows
- Download
logicrs-windows-x86_64.zip
- Extract all contents into an empty folder
- Double-click the
logicrs
shortcut in the extracted folder
Other
Note
Other platforms other than x86_64 linux and windows are currently not supported. Please add an issue or create a PR to request/add support of a new platform.
Examples
Example project files can be found in the examples.zip
file or the examples
directory on the main repository.
License
LogicRs is licensed under the MIT License. See LICENSE for copying conditions.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.