silly little boxer
parent
29ffdaaacd
commit
f15ce17215
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required(VERSION 3.20)
|
||||
include(cmake/color.cmake)
|
||||
set(BLT_VERSION 5.1.14)
|
||||
set(BLT_VERSION 5.1.15)
|
||||
|
||||
set(BLT_TARGET BLT)
|
||||
|
||||
|
|
19
README.md
19
README.md
|
@ -1,14 +1,27 @@
|
|||
# **BLT v0.20**
|
||||
# **BLT v5.1**
|
||||
A C++17 common utilities library to make thing easy!
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
# ***Features***
|
||||
# Features
|
||||
|
||||
## BLT Format
|
||||
|
||||
This module provides general string formatting utilities. *Note: this folder contains mostly outdated library files and will be updated in the future.*
|
||||
|
||||
### Files
|
||||
|
||||
- **boxing.h**
|
||||
Simple utility for drawing boxes around blocks of text.
|
||||
|
||||
- **format.h**
|
||||
Legacy library file containing various utilities for creating formatted output. Also includes methods for writing Java UTF8 strings.
|
||||
|
||||
- ## blt/fs
|
||||
- ### loader.h
|
||||
- std::string blt::fs::getFile(std::string_view path)
|
||||
- `std::string blt::fs::getFile(std::string_view path)`
|
||||
- Gets the entire file as a string.
|
||||
- std::vector\<std::string> blt::fs::getLinesFromFile(std::string_view path)
|
||||
- Gets the entire file as a string, then splits on the new line character. Then returns a vector of those lines
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 93201da2ba5a6aba0a6e57ada64973555629b3e3
|
||||
Subproject commit 7ef2e733416953b222851f9a360d7fc72d068ee5
|
Loading…
Reference in New Issue