/rusty-dll

Template for a cross-compilation compatible rust DLL for windows

Primary LanguageRustMIT LicenseMIT

Rusty-DLL

A template for building cross-compiler compatible DLL's that
target the 64 bit Windows platform.

[ add build/automation tasks ]

Table of Contents

Purpose

To teach myself Rust and perform tasks that I already perform in C with the Rust
API and build system tools.

Description

[ TODO ]

Instructions

Requires

  • rust
  • rustup
  • cargo
  • mingw32
rustup target add x86_64-pc-windows-gnu
make