반응형
js로 만들어져있는 polyLabel을 C#으로 만들어서 쓰려고 했는데 C#에는 우선순위 큐(Priority Queue)가 기본 구현되어 있지 않아서 우선순위 큐 구현을 같다가 써야됐다.
사용한 구현은 https://github.com/BlueRaja/High-Speed-Priority-Queue-for-C-Sharp
아래 링크는 git repo에 의존성을 표현하는 방법
git submodule add [깃헙링크] [해당 라이브러리를 저장할 경로]
https://stackoverflow.com/questions/7813030/how-can-i-have-linked-dependencies-in-a-git-repo
반응형
'개발 도구 및 라이브러리 > 버전 관리 도구' 카테고리의 다른 글
[TFS] An item with the same key has already been added (0) | 2023.04.29 |
---|---|
[Git] the following paths and/or pathspecs matched paths that exist (0) | 2023.04.25 |
발표할 때 git 태그 활용 (0) | 2021.04.01 |
댓글