# Easy2d-repo **Repository Path**: ricocosoul_admin/easy2d-repo ## Basic Information - **Project Name**: Easy2d-repo - **Description**: Easy2D 远程包管理 仅支持XMake - **Primary Language**: Lua - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2022-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Xmake ## README

Easy2D 远程包管理

## 使用方法 ````Lua add_rules("mode.debug", "mode.release") add_repositories("easy2d https://gitee.com/ricocosoul_admin/easy2d-repo") add_requires("easy2d") target("demo") set_kind("binary") add_files("src/main.cpp") add_packages("easy2d") ```` ## 支持 [XMake](https://xmake.io/#/zh-cn/)