mmo-project/fortran/client/fpm.toml

19 lines
404 B
TOML
Raw Normal View History

2023-09-17 15:34:49 -04:00
name = "fortran-mmo-client"
version = "0.1.0"
license = "license"
author = "zongor"
maintainer = "admin@alfrescocavern.com"
copyright = "Copyright 2023, zongor"
[build]
link = ["libdill", "raylib"]
auto-executables = true
auto-tests = true
auto-examples = true
module-naming = false
[install]
library = false
[fortran]
implicit-typing = false
implicit-external = false
source-form = "free"
2023-10-08 11:54:21 -04:00
[dependencies]