Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 628 Bytes

fl2rust-template

Usage

Via Github:

Click Use this template on the top right to create a repo using this repo as a template. This will prompt you to enter your new repo's name.

Run from a terminal:

$ cargo generate --git https://github.com/fltk-rs/fl2rust-template

This will prompt you to enter a project name.

Please check the fltk-rs repo for the necessary dependencies required for creating fltk-rs applications.

You can then open the fl file with fluid using:

$ fluid gui/mainview.fl &