Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 595 Bytes

File metadata and controls

26 lines (18 loc) · 595 Bytes

Rust Game Plugin Template

A ready-to-use template for Rust game plugins. Required libraries are in the Managed folder.

Installation

Choose between Cursor and Windsurf for development.

Cursor

  1. Download from https://www.cursor.com/
  2. Open Composer and select Agent mode.
  3. Install and open the project.

Windsurf

  1. Download from https://codeium.com/windsurf
  2. Install and open the repository.

Quick Start

  1. Clone the repository:
git clone https://github.com/publicrust/rust-template-266.git
  1. Open in Cursor or Windsurf.
  2. Start coding!