Skip to content

Template for a cross-compilation compatible rust DLL for windows

License

Notifications You must be signed in to change notification settings

0xvpr/rusty-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Template for a cross-compilation compatible rust DLL for windows

Topics

Resources

License

Stars

Watchers

Forks